Skip to content

Conversation

@ohah
Copy link
Owner

@ohah ohah commented Nov 2, 2025

워크플로우 트리거 조건 최적화
push 이벤트에서 docs/** 및 워크플로우 파일 변경 시 실행
pull_request 이벤트에서 docs/** 변경 시 실행
workflow_dispatch 추가로 수동 실행 지원

@ohah ohah self-assigned this Nov 2, 2025
@ohah ohah added the documentation Improvements or additions to documentation label Nov 2, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Deno runtime dependency from version 0.323 to 0.363.0 and adds several new dependencies for expanded functionality. It also includes a workflow optimization to restrict documentation builds to the main branch only.

Key Changes:

  • Upgraded deno_core from 0.323 to 0.363.0 and added deno_runtime, deno_resolver, and additional dependencies
  • Added tokio "full" features flag and serde/serde_json dependencies with explicit versions
  • Restricted GitHub Actions documentation workflow to run only on pushes to the main branch

Reviewed Changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

File Description
crates/deno-runtime/src/lib.rs Contains an invalid Korean character that breaks the test code
crates/deno-runtime/Cargo.toml Updates Deno dependencies and adds new required packages
Cargo.lock Reflects dependency tree changes from Cargo.toml updates
.github/workflows/docs.yml Adds conditional check to run workflow only on main branch

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ohah ohah merged commit 866b6f6 into main Nov 2, 2025
ohah added a commit that referenced this pull request Dec 12, 2025
chore build도 메인에 머지 되었을때만 할 수 있도록 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants